Keysight VISA.NET Help
WriteBinaryAndFlush(SByte[],Int64,Int64) Method



The array of signed bytes to be added to the formatted I/O write buffer.
The index in data of the first element to be copied.
The number of elements to be copied.
Formats the specified array as a raw binary array and adds it to the formatted I/O write buffer, appends a newline (and END, if END is enabled) to the formatted data, sends whatever is in the write buffer to the instrument, and flushes the buffer. Copy no more than count signed bytes, starting from the array index specified.
Syntax
'Declaration
 
Overloads Sub WriteBinaryAndFlush( _
   ByVal data() As SByte, _
   ByVal index As Long, _
   ByVal count As Long _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As SByte
Dim index As Long
Dim count As Long
 
instance.WriteBinaryAndFlush(data, index, count)
void WriteBinaryAndFlush( 
   sbyte[] data,
   long index,
   long count
)
void WriteBinaryAndFlush( 
   array<sbyte>^ data,
   int64 index,
   int64 count
) 

Parameters

data
The array of signed bytes to be added to the formatted I/O write buffer.
index
The index in data of the first element to be copied.
count
The number of elements to be copied.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025